object NewCustomDictionary: TNewCustomDictionary Left = 656 Top = 351 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'xxNew Custom Dictionary' ClientHeight = 102 ClientWidth = 231 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object EditLabel: TLabel Left = 8 Top = 16 Width = 193 Height = 13 Caption = 'xxEnter the new custom dictionary name:' FocusControl = NameEdit end object NameEdit: TEdit Left = 8 Top = 40 Width = 217 Height = 21 TabOrder = 0 end object OKButton: TButton Left = 70 Top = 72 Width = 75 Height = 23 Caption = 'xx&OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 150 Top = 72 Width = 75 Height = 23 Cancel = True Caption = 'xx&Cancel' ModalResult = 2 TabOrder = 2 end object DialogControl: TConfigurationDialogCtrl OnConfigurationAvailable = DialogControlConfigurationAvailable Left = 8 Top = 72 end end